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

  /external/curl/src/
tool_cb_prg.c 176 char *colp; local
185 colp = curlx_getenv("COLUMNS");
186 if(colp) {
188 long num = strtol(colp, &endptr, 10);
189 if((endptr != colp) && (endptr == colp + strlen(colp)) && (num > 20))
191 curl_free(colp);
  /external/libvterm/src/
pen.c 129 VTermColor *colp = (attr == VTERM_ATTR_BACKGROUND) ? &state->pen.bg : &state->pen.fg; local
131 lookup_colour_ansi(state, col, colp);
133 setpenattr_col(state, attr, *colp);

Completed in 82 milliseconds