Home
last modified time | relevance | path

Searched refs:TEMPSIZE (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/bin/sh/
Doutput.c396 #define TEMPSIZE 24 macro
416 char temp[TEMPSIZE]; in doformat()
532 p = temp + TEMPSIZE - 1; in doformat()
538 len = (temp + TEMPSIZE - 1) - p; in doformat()