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

  /src/usr.bin/qsubst/
qsubst.c 147 static const char *beginul; variable in typeref:typename:const char *
224 tputs(beginul, 1, putcharf);
514 beginul = nullstr;
518 beginul = nullstr;
526 beginul = tgetstr("us", &cp);
527 if (beginul == 0) {
528 beginul = tgetstr("so", &cp);
529 if (beginul == 0) {
530 beginul = nullstr;
qsubst.c 147 static const char *beginul; variable in typeref:typename:const char *
224 tputs(beginul, 1, putcharf);
514 beginul = nullstr;
518 beginul = nullstr;
526 beginul = tgetstr("us", &cp);
527 if (beginul == 0) {
528 beginul = tgetstr("so", &cp);
529 if (beginul == 0) {
530 beginul = nullstr;

Completed in 22 milliseconds