HomeSort by: relevance | last modified time | path
    Searched defs:labuf (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
lex.c 109 * Labuf implements a general buffer for lookahead during lexical operations.
115 static Char labuf[BUFSIZE]; variable in typeref:typename:Char[]
644 (sizeof(labuf) - 4) / sizeof(Char)) {
650 (void)Strcpy(labuf, cp);
652 (void)Strcat(labuf, buf);
653 lap = labuf;
lex.c 109 * Labuf implements a general buffer for lookahead during lexical operations.
115 static Char labuf[BUFSIZE]; variable in typeref:typename:Char[]
644 (sizeof(labuf) - 4) / sizeof(Char)) {
650 (void)Strcpy(labuf, cp);
652 (void)Strcat(labuf, buf);
653 lap = labuf;

Completed in 43 milliseconds