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

  /src/distrib/utils/more/
command.c 59 static int cmd_col; /* Current column of the multi-char command */ variable in typeref:typename:int
89 --cmd_col;
93 --cmd_col;
106 cmd_col = strlen(prompt);
138 if (cp >= &cmdbuf[sizeof(cmdbuf)-1] || cmd_col >= sc_width-3)
144 cmd_col++;
148 cmd_col++;
command.c 59 static int cmd_col; /* Current column of the multi-char command */ variable in typeref:typename:int
89 --cmd_col;
93 --cmd_col;
106 cmd_col = strlen(prompt);
138 if (cp >= &cmdbuf[sizeof(cmdbuf)-1] || cmd_col >= sc_width-3)
144 cmd_col++;
148 cmd_col++;
command.c 59 static int cmd_col; /* Current column of the multi-char command */ variable in typeref:typename:int
89 --cmd_col;
93 --cmd_col;
106 cmd_col = strlen(prompt);
138 if (cp >= &cmdbuf[sizeof(cmdbuf)-1] || cmd_col >= sc_width-3)
144 cmd_col++;
148 cmd_col++;

Completed in 32 milliseconds