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

  /src/external/gpl2/groff/dist/src/preproc/tbl/
main.cpp 1242 string input_entry; local
1260 tbl->add_entry(current_row, cnt, input_entry,
1276 input_entry.remove_spaces();
1283 if (c == '\n' && input_entry.length() == 2
1284 && input_entry[0] == 'T' && input_entry[1] == '{') {
1285 input_entry = "";
1302 input_entry += c;
1311 input_entry += 'T';
1312 input_entry += c
    [all...]

Completed in 29 milliseconds