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

  /src/lib/libform/
internals.c 132 * field. This may be as simple as just changing the ypos (if at all) but
549 * Save a copy of the lines affected, just in case things
847 * the field until we hit the row we just worked on.
890 * just return - nothing to do unless we are appending a line
1133 * the string is found before a new word then just return the offset
1641 tab = 0; /* just to shut gcc up */
1951 int just, pos; local in function:_formi_set_cursor_xpos
1953 just = field->justification;
1966 just = JUSTIFY_LEFT;
1968 switch (just) {
    [all...]
internals.c 132 * field. This may be as simple as just changing the ypos (if at all) but
549 * Save a copy of the lines affected, just in case things
847 * the field until we hit the row we just worked on.
890 * just return - nothing to do unless we are appending a line
1133 * the string is found before a new word then just return the offset
1641 tab = 0; /* just to shut gcc up */
1951 int just, pos; local in function:_formi_set_cursor_xpos
1953 just = field->justification;
1966 just = JUSTIFY_LEFT;
1968 switch (just) {
    [all...]

Completed in 26 milliseconds