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 110 char *colp; local
126 colp = curlx_getenv("COLUMNS");
127 if(colp) {
129 long num = strtol(colp, &endptr, 10);
130 if((endptr != colp) && (endptr == colp + strlen(colp)) && (num > 0))
134 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 64 milliseconds