HomeSort by relevance Sort by last modified time
    Searched defs:pwidth (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/pending/
last.c 92 int fd, pwidth, curlog_type = EMPTY; local
97 pwidth = (toys.optflags & FLAG_W) ? 46 : 16;
137 ut.ut_line, pwidth, pwidth, ut.ut_host,
148 ut.ut_line, pwidth, pwidth, ut.ut_host,
178 ut.ut_line, pwidth, pwidth, ut.ut_host,
  /external/mksh/src/
edit.c 975 static int pwidth; /* width of prompt */ variable
1218 pwidth = prompt_trunc % x_cols;
1219 prompt_trunc -= pwidth;
1220 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) {
1223 pwidth = 0;
1246 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 587 milliseconds