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

  /src/usr.bin/menuc/
util.c 70 static int mc_loc = 0; variable in typeref:typename:int
77 if (mc_loc >= mc_size-1) {
94 mc_buff[mc_loc++] = ch;
95 mc_buff[mc_loc] = '\0';
104 mc_loc = 0;
util.c 70 static int mc_loc = 0; variable in typeref:typename:int
77 if (mc_loc >= mc_size-1) {
94 mc_buff[mc_loc++] = ch;
95 mc_buff[mc_loc] = '\0';
104 mc_loc = 0;

Completed in 21 milliseconds