Searched refs:isspace (Results 1 – 21 of 21) sorted by relevance
29 #define isspace(c) ((c) == ' ') macro222 spc = isspace(sel_pos(ps)); in set_selection()225 if ((spc && !isspace(sel_pos(ps))) || in set_selection()232 spc = isspace(sel_pos(pe)); in set_selection()235 if ((spc && !isspace(sel_pos(pe))) || in set_selection()261 isspace(sel_pos(new_sel_end))) { in set_selection()263 if (!isspace(sel_pos(pe)) || in set_selection()266 if (isspace(sel_pos(pe))) in set_selection()313 if (!isspace(c)) in set_selection()
358 while (isspace(*cp)) in parse()365 while (isspace(*cp)) in parse()379 if (buf[0] == 'A' && buf[1] == 'T' && isspace(buf[2])) { in parse()384 && isspace(buf[3])) { in parse()391 while (isspace(*cp)) in parse()408 while (isspace(*cp)) in parse()447 while (isspace(*cp)) in parse()
35 if (!isspace(*end++)) in set_cidmode()
54 if (isspace(*endp)) in video_output_store_state()
1345 if (isspace(*endp)) in overlay_alpha_store()1383 if (isspace(*endp)) in overlay_mode_store()1427 if (isspace(*endp)) in overlay_position_store()1463 if (isspace(*endp)) in overlay_rop3_store()
366 while (count && isspace(*s)) { in ide_settings_proc_write()401 if (n > 0 && !isspace(*p)) in ide_settings_proc_write()403 while (n > 0 && isspace(*p)) { in ide_settings_proc_write()
46 if (!isspace(c) && c != '\0') in hex2sprom()
131 while (*msg && isspace(*msg)) in smsg_app_callback()
317 while (*p && ((p - tmp) < len) && (!isspace(*p))) in netiucv_printname()1602 if (e && (!isspace(*e))) { in buffer_write()
165 if (err || !strlen(config) || isspace(config[0])) in configure_kgdboc()
284 if (strncmp(str, "set", 3) == 0 && isspace(str[3])) { in dasd_stats_proc_write()
370 while ((i >= 0) && (isspace(buf[i]) || (buf[i] == 0))) { in cio_ignore_write()
259 while ((*str) && !isspace(*str)) in skip_past_ws()
1081 if (!strlen(config) || isspace(config[0])) in configure_kgdbts()
297 while (ret > 0 && isspace(buf[ret - 1])) in show_text_leaf()
955 while (isspace(*pch)) in atoi()
637 if (isspace(*end)) in dm_split_args()
4077 if (*end && !isspace(*end)) break; in bitmap_store()
997 for (cnt = len; cnt > 0 && (c = *ptr++) && isspace(c); cnt--); in sym_skip_spaces()
1726 while ((ival >= 0) && isspace(str[ival])) { in hotmod_handler()
4463 if (!(isdigit(*p) || isspace(*p))) in bond_parse_parm()