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

  /src/usr.bin/talk/
talk.h 54 int x_col; member in struct:xwin
  /src/bin/ksh/
emacs.c 98 static int x_col; variable in typeref:typename:int
340 x_col = promptlen(prompt, &p);
342 prompt_trunc = x_col - (x_cols - 3 - MIN_EDIT_SPACE);
344 x_col -= prompt_trunc;
348 x_displen = xx_cols - 2 - x_col;
1076 x_col = promptlen(prompt, (const char **) 0);
1078 x_displen = xx_cols - 2 - x_col;
1091 for (j = 0; j < i && x_col < (xx_cols - 2); j++)
1881 x_col = 0;
1882 if (x_col < xx_cols
    [all...]

Completed in 13 milliseconds